+pyside6 (6.7.2-3) unstable; urgency=medium
+
+ [ Pino Toscano ]
+ * Drop the unused mesa-vulkan-drivers build dependency.
+ * Limit python3-pyside6.qtbluetooth & python3-pyside6.qtnfc as linux-any;
+ the modules they refer to are available only on Linux
+ - regenerate debian/tests/control accordingly
+ * Build w/ --parallel=N w.r.t parallel=N in $DEB_BUILD_OPTIONS (1 if unset);
+ if --parallel=N is not passed, ninja will use all the available cores by
+ default, which is not what should be done by default.
+
+ [ Stuart Prescott ]
+ * Add Python 3.13 as a supported version (Closes: #1091431).
+
+ -- Stuart Prescott <stuart@debian.org> Thu, 26 Dec 2024 18:01:15 +1100
+
pyside6 (6.7.2-2) unstable; urgency=medium
* Add additional patches to mark failing tests as XFAIL to help with Qt 6.7